Q3InteractiveRenderer_GetPreferences
You can use theQ3InteractiveRenderer_GetPreferences
function to get the current preference settings of the interactive renderer.
TQ3Status Q3InteractiveRenderer_GetPreferences ( TQ3RendererObject renderer, long *vendorID, long *engineID);
renderer
- An interactive renderer.
vendorID
- On exit, the vendor ID currently associated with the interactive renderer. See "Vendor IDs" on page 11-10 for the values that can be returned in this parameter.
engineID
- On exit, the engine ID currently associated with the interactive renderer. See "Engine IDs" on page 11-11 for the values that can be returned in this parameter.
DESCRIPTION
TheQ3InteractiveRenderer_GetPreferences
function returns, in thevendorID
andengineID
parameters, the vendor and engine IDs currently associated with the interactive renderer specified by therenderer
parameter.